翻訳と辞書
Words near each other
・ One in a Million (U.S. TV series)
・ One in a Million You
・ One in Every Crowd
・ One in Four
・ One in Ten
・ One in Ten (organization)
・ One in ten rule
・ One in the Chamber
・ One in the Sun
・ One in Three Hundred
・ One in Two – Two in One
・ One in, one out policy
・ One Inch Masters
・ One Inch Punch
・ One Indiana Square
One instruction set computer
・ One International Place
・ One Iowa
・ One Is a Lonely Number
・ One Is Business, the Other Crime
・ One Is the Other
・ One Island
・ One Island East
・ One Island Lake Provincial Park
・ One Israel
・ One Israel (1980)
・ One Jerusalem
・ One Judiciary Square
・ One Jug of Wine, Two Vessels
・ One Jump Ahead


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

One instruction set computer : ウィキペディア英語版
One instruction set computer

A one instruction set computer (OISC), sometimes called an ultimate reduced instruction set computer (URISC), is an abstract machine that uses only one instruction – obviating the need for a machine language opcode.〔〔〔 With a judicious choice for the single instruction and given infinite resources, an OISC is capable of being a universal computer in the same manner as traditional computers that have multiple instructions.〔 OISCs have been recommended as aids in teaching computer architecture〔〔 and have been used as computational models in structural computing research.〔
== Machine architecture ==
In a Turing-complete model, each memory location can store an arbitrary integer, and – depending on the model – there may be arbitrarily many locations. The instructions themselves reside in memory as a sequence of such integers.
There exists a class of universal computers with one instruction based on bit manipulation such as bit copying or bit inversion. Since their memory model is the same as the memory structure used in real computers, those bit manipulation machines are equivalent to real computers rather than to Turing machines.〔Oleg Mazonka, ("Bit Copying: The Ultimate Computational Simplicity" ), Complex Systems Journal 2011, Vol 19, N3, pp. 263-285〕
Currently known OISCs can be roughly separated into three broad categories:
* Transport Triggered Architecture Machines
* Bit Manipulating Machines
* Arithmetic Based Turing-Complete Machines
Transport Triggered Architecture (TTA) is a design in which computation is a side effect of data transport. Usually some memory registers (triggering ports) within common address space, perform an assigned operation when the instruction references them. For example, in an OISC using a single memory-to-memory copy instruction, this is done by triggering ports that perform arithmetic and instruction pointer jumps when written to.
Bit Manipulating Machines are the simplest class. A bit copying machine, called BitBitJump, copies one bit in memory and passes the execution unconditionally to the address specified by one of the operands of the instruction. This process turns out to be capable of universal computation (i.e. being able to execute any algorithm and to interpret any other universal machine) because copying bits can conditionally modify the code that will be subsequently executed. Another machine, called the Toga computer, inverts a bit and passes the execution conditionally depending on the result of inversion. Yet another bit operating machine, similar to BitBitJump, copies several bits at the same time. The problem of computational universality is solved in this case by keeping predefined jump tables in the memory.
Arithmetic Based Turing-complete Machines use an arithmetic operation and a conditional jump. Unlike the two previous classes which are universal computers, this class is universal and Turing-complete in its abstract representation. The instruction operates on integers which may also be addresses in memory. Currently there are several known OISCs of this class, based on different arithmetic operations: addition (Addleq), decrement (DJN), increment (P1eq), and subtraction (Subleq). The latter is the oldest, the most popular and, arguably, the most efficient.

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「One instruction set computer」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.